home *** CD-ROM | disk | FTP | other *** search
- ; Start XClients for DaggeX 1.0b from WB or SHELL
- ; OS 3.x required (Because of 'RequestFile' command)
- RequestFile >env:dgxchoice TITLE "Choose Client for DaggeX" NOICONS
- IF NOT EQ $dgxchoice
- changetaskpri 0
- echo "Starting XClient $dgxchoice"
- ; use `run <NIL: >NIL: xfig' if you want to close the shell later
- run $dgxchoice
- ENDIF
- ; Gerhard Leibrock, November 1994
-